home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / gfx / 3d / irit50src.lha / irit5 / amigalib / makefile.sas < prev    next >
Encoding:
Makefile  |  1995-03-06  |  259 b   |  17 lines

  1. #
  2. # This is the make file for the amiga lib subdirectory.
  3. #
  4. #                Gershon Elber, Aug 1991
  5. #
  6.  
  7. include ../makeflag.sas
  8.  
  9. OBJS = getenv.o putenv.o popen.o usleep.o
  10.  
  11. amg.lib: $(OBJS)
  12.     rm -f amg.lib
  13.     oml amg.lib a $(OBJS)
  14.  
  15. install: amg.lib
  16.     mv -f amg.lib $(LIB_DIR)
  17.